python create a list of alphabets

33

python create a list of alphabets -

>>> import string
>>> string.ascii_lowercase
'abcdefghijklmnopqrstuvwxyz'

Comments

Submit
0 Comments